Greedy Local Search
نویسنده
چکیده
Greedy local search search methods have a long history in the area of com-binatorial optimization. One of the earliest application of local search was to nd good solutions for the Traveling Salesman Problem (TSP). In this problem, one is given a weighted graph and the goal is to nd the shortest closed path that visits each node exactly once. The TSP is prototypical of the large class of NP-hard optimization problems, for which it is widely believed that no eecient (polynomial time) algorithm exists (Cook 1971; Garey and Johnson 1979; Papadimitriou and Steiglitz 1982). A local search method for the TSP proceeds as follows. Start with a randomly generated closed path. Subsequently, we make small (\local") changes to the path to try to nd a shorter one. One example of such a local change is the so-called k?change, in which we remove k edges from the path and replace them with k other edges. A k?change is made whenever it improves the current solution. If no more local improvement can be found, the procedure terminates. Lin (1965) and Lin and Kernighan (1973) showed that this simple procedure, using k = 3, leads to solutions that are surprisingly close to the optimal solution. The basic local search framework allows for several variations. For example , there is the choice of the initial solution, the nature of the local changes considered, and the manner in which the actual improvement of the current solution is selected. Lin and Kernighan found that multiple runs with diierent random initial paths would lead to the best solutions. Somewhat surprisingly, starting with \good" initial paths did not necessarily lead to better nal solutions. The reason for this appears to be that the local search mechanism itself is powerful enough to improve upon the initial solutions | often quickly giving better solutions than those generated using 1
منابع مشابه
Using Greedy Randomize Adaptive Search Procedure for solve the Quadratic Assignment Problem
Greedy randomize adaptive search procedure is one of the repetitive meta-heuristic to solve combinatorial problem. In this procedure, each repetition includes two, construction and local search phase. A high quality feasible primitive answer is made in construction phase and is improved in the second phase with local search. The best answer result of iterations, declare as output. In this stu...
متن کاملFitting the Three-parameter Weibull Distribution by using Greedy Randomized Adaptive Search Procedure
The Weibull distribution is widely employed in several areas of engineering because it is an extremely flexible distribution with different shapes. Moreover, it can include characteristics of several other distributions. However, successful usage of Weibull distribution depends on estimation accuracy for three parameters of scale, shape and location. This issue shifts the attentions to the requ...
متن کاملA hybrid metaheuristic using fuzzy greedy search operator for combinatorial optimization with specific reference to the travelling salesman problem
We describe a hybrid meta-heuristic algorithm for combinatorial optimization problems with a specific reference to the travelling salesman problem (TSP). The method is a combination of a genetic algorithm (GA) and greedy randomized adaptive search procedure (GRASP). A new adaptive fuzzy a greedy search operator is developed for this hybrid method. Computational experiments using a wide range of...
متن کاملGreedy Randomized Adaptive Search Procedures
GRASP is an iterative multi-start metaheuristic for solving difficult combinatorial problems. Each GRASP iteration consists of two phases: a greedy adaptive randomized construction phase and a local search phase. Starting from the feasible solution built during the greedy adaptive randomized construction phase, the local search explores its neighborhood until a local optimum is found. The best ...
متن کاملGreedy Randomized Adaptive Search Procedures (grasp)
This paper is a survey of greedy randomized adaptive search procedures (GRASP). GRASP is a multi-start or iterative procedure where each GRASP iteration consists of a construction phase, where a feasible solution is constructed, followed by a local search procedure that finds a locally optimal solution. The construction phase of GRASP is essentially a randomized greedy algorithm. Repeated appli...
متن کاملMetaheuristic Hybridization with Grasp
GRASP, or greedy randomized adaptive search procedure, is a multi-start metaheuristic that repeatedly applies local search starting from solutions constructed by a randomized greedy algorithm. In this chapter we consider ways to hybridize GRASP to create new and more effective metaheuristics. We consider several types of hybridizations: constructive procedures, enhanced local search, memory str...
متن کاملذخیره در منابع من
با ذخیره ی این منبع در منابع من، دسترسی به آن را برای استفاده های بعدی آسان تر کنید
عنوان ژورنال:
دوره شماره
صفحات -
تاریخ انتشار 2007